home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 October: Mac OS SDK / Dev.CD Oct 00 SDK1.toast / Development Kits / Cross Platform / QuickTime 4.1.2 Windows SDK / CIncludes / Strings.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-04-12  |  550 b   |  32 lines  |  [TEXT/R*ch]

  1. /*
  2.      File:        Strings.h
  3.  
  4.      Contains:    Pascal <-> C String Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    QuickTime 4.1
  8.  
  9.      Copyright:    (c) 1985-1999, 1996-1997 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. */
  17. /*
  18.     Note: All Pascal <-> C String routines have moved to TextUtils.h
  19.  
  20. */
  21. #ifndef __STRINGS__
  22. #define __STRINGS__
  23.  
  24. #ifndef __TEXTUTILS__
  25.     #include <TextUtils.h>
  26. #endif
  27.  
  28.  
  29.  
  30. #endif /* __STRINGS__ */
  31.  
  32.